home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / x86 / include / asm / hardirq.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  247 b   |  12 lines

  1. #ifdef CONFIG_X86_32
  2. # include "hardirq_32.h"
  3. #else
  4. # include "hardirq_64.h"
  5. #endif
  6.  
  7. extern u64 arch_irq_stat_cpu(unsigned int cpu);
  8. #define arch_irq_stat_cpu    arch_irq_stat_cpu
  9.  
  10. extern u64 arch_irq_stat(void);
  11. #define arch_irq_stat        arch_irq_stat
  12.